home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 May Disc 2 / .net May 1998 disc 2.iso / ie401 / ie31 / subscrpt.cab / subscrp.inf < prev    next >
Windows Setup INFormation  |  1997-12-13  |  2KB  |  96 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. SetupClass=BASE
  4. AdvancedInf=2.5
  5.  
  6. [DefaultInstall]
  7. CustomDestination = ie4.destination
  8. Copyfiles = IE4.SysDir.COPYFILES,IE4.ProgDir.COPYFILES
  9. UpdateInis = AddGrpItem.Grp
  10. RegisterOCXs=RegisterOCXSection.browser
  11. AddReg = IE40.success.reg
  12.  
  13.  
  14.  
  15. [DefaultInstall.Uninstall]
  16. CustomDestination = ie4.destination
  17. DelFiles = IE4.SysDir.COPYFILES,IE4.ProgDir.COPYFILES
  18. UpdateInis = AddGrpItem.Grp.Un
  19. UnRegisterOCXs=RegisterOCXSection.browser
  20. AddReg = IE40.success.reg
  21.  
  22.  
  23. ;-------------------------------------------------------------------------
  24. ; self register all browser ocxs
  25. ; adpack will automatically call into the ocx dlls and call
  26. ; DllRegisterServer and then DllInst to register the ocx/dll
  27. ; to add another ocx, just make sure it's on the filecopy list and then
  28. ; add the destination dir below
  29. ;
  30. ;-------------------------------------------------------------------------
  31. [RegisterOCXSection.browser]
  32. %11%\webchk16.dll,I
  33.  
  34.  
  35. [Browser.UpdateAutoExec]
  36. PrefixPath=49000
  37.  
  38. [SourceDisksNames]
  39. 55 = "%SrcDsk55%","subscrpt.cab",1
  40.  
  41. [SourceDisksFiles]
  42.  
  43. [DestinationDirs]
  44. IE4.ProgDir.COPYFILES = 49000 ; default dir
  45. IE4.WinDir.COPYFILES = 25                               ;windows directory
  46. IE4.SysDir.COPYFILES = 11                               ;system directory
  47.  
  48.  
  49. [IE4.ProgDir.COPYFILES]
  50. iesubmgr.exe,,,1
  51. ierunsub.exe,,,1
  52.  
  53.  
  54. [IE4.SysDir.COPYFILES]
  55. webchk16.dll,,,1
  56. notifctn.dll,,,1
  57.  
  58.  
  59. [IE40.success.reg]
  60. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\SUBSCRPT40","DisplayName",,"TEST"
  61.  
  62.  
  63. [ie4.Destination]
  64. 49000,49001=ProgramFilesDir,5
  65.  
  66.  
  67. [ProgramFilesDir]
  68. HKLM,"Software\Microsoft\Active Setup\InstallInfo","Install Dir",,"%24%"
  69.  
  70.  
  71. [AddGrpItem.Grp]
  72. setup.ini, progman.groups,,"MyGroup=%MyGrp%"
  73. setup.ini, MyGroup,,"""%SubsMgr%"",""%49001%\iesubmgr.exe"",,,,"%49001%",%SubsMgr%"
  74.  
  75. [AddGrpItem.Grp.un]
  76. setup.ini, progman.groups,,"MyGroup=%MyGrp%"
  77. setup.ini, MyGroup,,"""%SubsMgr%"""
  78. setup.ini, progman.groups,,"MyStartUp=%StartUp%"
  79. setup.ini, MyStartUp,,"""%DownLoadSubsMgr%"""
  80.  
  81.  
  82. [Strings]
  83. MyGrp    = "Internet Explorer 4.0"
  84. SubsMgr  = "Subscription Manager"
  85. StartUp  = "StartUp"
  86. DownLoadSubsMgr = "Download Subscription Manager"
  87.  
  88. REG_EXPAND_SZ                       = 0x00020000
  89.  
  90. ; this number is FLG_ADDREG_TYPE_DWORD.  See setupapi.h.
  91. REG_COMPAT                          = 0x00010001
  92.  
  93. INTL_DATA  = "Software\Microsoft\internet explorer\International"
  94.  
  95. ;[End]
  96.